/**
 * Hides the ticket availability of the Aheadworks Event Ticket module in the frontend.
 */

.block__status-qty {
    display: none;
}
